home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3llayga.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  880 b   |  43 lines

  1.  
  2. // JavaScript wrapper for r3llayga.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_R3LISTLAYERGADGET_H = 1;
  7. include("oops/r3gadget.js")
  8.  
  9.  
  10. var R3CLID_LISTLAYERGADGET = 77;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3LLGA_FilterObject = 77501;
  19. function SetR3LLGA_FilterObject(value) {
  20.   R3Set(this.r3obj, R3LLGA_FilterObject, value, R3TID_OBJECT, 0); 
  21. }
  22.  
  23. R3LLGA_FilterMethod = 77502;
  24. function SetR3LLGA_FilterMethod(value) {
  25.   R3Set(this.r3obj, R3LLGA_FilterMethod, value, R3TID_INTEGER, 0); 
  26. }
  27.  
  28.  
  29.  
  30. function r3Listlayergadget () { 
  31.    this.base = r3God;
  32.    if(arguments.length) {
  33.       this.base(R3CLID_LISTLAYERGADGET, arguments);
  34.    }
  35.    // Methods
  36.  
  37.    // Attributes
  38.    this.SetFilterObject=SetR3LLGA_FilterObject;
  39.    this.SetFilterMethod=SetR3LLGA_FilterMethod;
  40. }
  41.  
  42. r3Listlayergadget.prototype=new r3Gadget;
  43. // r3llayga.h_H